.nav-menu .drop > ul,
.nav-menu .drop > ul ul,
#nav ul,
#nav ul ul,
.footer-nav,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}



.clearfix:after,
#nav ul:after,
.footer-nav:after,
.social-networks:after {
	content: "";
	display: block;
	clear: both;
}



.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}



@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?bi322x");
	src: url("../fonts/icomoon.eot?bi322x#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bi322x") format("truetype"), url("../fonts/icomoon.woff?bi322x") format("woff"), url("../fonts/icomoon.svg?bi322x#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}



[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */

	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.icon-google-plus:before {
	content: "\e900";
}



.icon-stumble:before {
	content: "\e901";
}



.icon-pinterest:before {
	content: "\e902";
}



.icon-twitter:before {
	content: "\e903";
}



.icon-facebook:before {
	content: "\e904";
}



.logo {
	margin: 0 -33px 20px 0;
	position: relative;
	z-index: 101;
}



html {
	height: 100%;
}



body {
	height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
}



#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: table;
}



#wrapper.nav-active .drop {
	right: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}



#wrapper.nav-active .nav-opener {
	display: none;
}



#wrapper.nav-active .nav-opener.close {
	display: block;
}



.container-fluid {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px;
}



.nav-menu .drop {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 350px;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	top: 0;
	position: fixed;
	overflow-y: auto;
	bottom: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, .85);
	padding: 20px 40px 0;
	text-transform: uppercase;
}



.nav-menu .drop > ul {
	padding: 110px 0 0;
	font: 700 15px/19px "Oxygen", Arial, Helvetica, sans-serif;
}



.nav-menu .drop > ul > li {
	border-bottom: 1px solid #cea6ad;
	padding: 13px 0;
}



.nav-menu .drop > ul > li.active {
	color: #ed9d2c;
}



.nav-menu .drop > ul > li:hover > a {
	color: #ed9d2c;
}



.nav-menu .drop > ul > li > a {
	color: #9d4c5a;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



.nav-menu .drop > ul > li > a:focus {
	color: #ed9d2c;
}



.nav-menu .drop > ul ul {
	padding: 4px 36px 0;
	margin: 0 0 -1px;
}



.nav-menu .drop > ul ul li.active a {
	color: #ed9d2c;
}



.nav-menu .drop > ul ul li a {
	color: #9d4c5a;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



.nav-menu .drop > ul ul li a:hover,
.nav-menu .drop > ul ul li a:focus {
	color: #ed9d2c;
}



.nav-menu .nav-opener.close {
	position: relative;
	display: block;
	right: auto;
	top: auto;
	background: none;
	opacity: .4;
}



.nav-menu .nav-opener.close:hover {
	opacity: 1;
}



.nav-menu .nav-opener.close:before {
	background: url(../images/close.png) no-repeat;
}



img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}



a:focus {
	color: #cdb5b9;
	outline: none;
}



body {
	line-height: 22px;
	/*min-width: 620px;*/
        min-width: 320px;
}




h1 {
	color: #cdb5b9;
	font: 700 36px/40px "Oxygen", Arial, Helvetica, sans-serif;
	margin: 0 0 27px;
}



h2 {
	color: #ed9d2c;
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	margin: 0 0 20px;
}



h3 {
	color: #707070;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 0 20px;
}



h4 {
	color: #cdb5b9;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 21px;
}



h5 {
	color: #ed9d2c;
	font-size: 15px;
	line-height: 19px;
	font-weight: 600;
	margin: 0 0 22px;
}



h6,
cite {
	color: #707070;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
}




@media (max-width: 768px) {
    body{
         line-height: 18px;
         font-size: 14px;
    }


h1 {
        color: #cdb5b9;
        font: 700 30px/40px "Oxygen", Arial, Helvetica, sans-serif;
        margin: 0 0 10px;
}



h2 {
        color: #ed9d2c;
        font-size: 25px;
        line-height: 28px;
        font-weight: 600;
        margin: 0 0 10px;
}



h3 {
        color: #707070;
        font-size: 20px;
        line-height: 25px;
        font-weight: 600;
        margin: 0 0 10px;
}






 }





.right,
cite {
	text-align: right;
}



p {
	margin: 0 0 19px;
}



blockquote {
	margin: 0;
	padding: 0;
	border: none;
}



blockquote q {
	font-style: italic;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	color: #ed9d2c;
	display: block;
	padding: 2px 0 7px;
}



.name {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	display: block;
	text-align: right;
	margin: 0 0 45px;
}



cite {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #707070;
}



#header {
	background: #ed9d2c;
	padding: 18px 0 0;
	position: relative;
}



#header:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 100%;
	border-top: 1px solid #fff;
	background: #d4c0c3;
	height: 6px;
}



#main {
	padding: 26px 0 3px;
	text-align: justify;
}



#main a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



#nav {
	background: #ed9d2c;
	text-align: right;
	padding: 88px 0 7px;
	font: 700 15px/19px "Oxygen", Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 100;
	text-transform: uppercase;
}



#nav ul {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 -35px;
}



#nav ul > li {
	float: left;
	position: relative;
	z-index: 9999;
	margin: 0 0 0 35px;
}



#nav ul > li > a {
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}



#nav ul > li > a:focus {
	color: #fff;
}



#nav ul > li.active > a {
	color: #fff;
}



#nav ul > li.hover > a {
	color: #fff;
}



#nav ul > li.hover .drop-holder {
	visibility: visible;
	overflow: visible;
	max-height: 99px;
	overflow: visible;
}



#nav ul > li.hover ul {
	opacity: 1;
}



#nav ul .drop-holder {
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 7px solid #ed9d2c;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	max-height: 0;
	z-index: -1;
	padding: 3px 0;
}



#nav ul .drop-holder:after {
	content: "";
	top: 0;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	background: rgba(205, 181, 185, .85);
	position: absolute;
	z-index: -1;
	-webkit-transition: none;
	transition: none;
}



#nav ul .drop-holder:before {
	content: "";
	position: absolute;
	height: 1px;
	left: -9999px;
	right: -9999px;
	top: 0;
	background: #fff;
}



#nav ul ul {
	width: 110px;
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	opacity: 0;
}



#nav ul ul li {
	margin: 0 0 3px;
}



#nav ul ul li.active a {
	color: #ed9d2c;
}



#nav ul ul li a {
	color: #8f3343;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



#nav ul ul li a:hover,
#nav ul ul li a:focus {
	color: #ed9d2c;
}



.article {
	border-bottom: 1px solid #ed9d2c;
	padding: 0 0 17px;
}



.article-block {
	padding: 32px 0 0;
}



.carousel {
	position: relative;
	/*min-height: 200px;*/
	margin: 0 0 14px;
}



.carousel:hover .next,
.carousel:hover .prev {
	opacity: .4;
}



.carousel .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}



.carousel .slide.active {
	z-index: 2;
}



.carousel img {
	max-width: none;
	width: 100%;
}



.carousel .prev,
.carousel .next {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	opacity: 0;
}



.carousel .prev:hover,
.carousel .next:hover {
	opacity: .7;
}



.carousel .prev:before,
.carousel .next:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/prev.png) no-repeat;
	width: 60px;
	height: 60px;
}



.carousel .next {
	right: 20px;
	left: auto;
}



.carousel .next:before {
	background: url(../images/next.png) no-repeat;
}



.nav-opener {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	position: absolute;
	right: 40px;
	top: 20px;
	z-index: 999;
	border-radius: 4px;
	opacity: .6;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



.nav-opener:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/open.png) no-repeat;
	width: 30px;
	height: 30px;
}



.nav-opener:hover {
	opacity: 1;
}



#footer {
	width: 100%;
	display: table-footer-group;
	height: 1%;
	background: #ed9d2c;
	position: relative;
}



#footer:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	bottom: 100%;
	border-bottom: 1px solid #fff;
	background: #d4c0c3;
	height: 6px;
}



#footer .container-fluid {
	padding: 25px 10px;
}



.footer-nav {
	text-transform: uppercase;
	margin: 0 0 15px -40px;
	padding: 2px 0 0;
	font: 700 13px/17px "Oxygen", Arial, Helvetica, sans-serif;
}



.footer-nav li {
	float: left;
	margin: 0 0 0 40px;
}



.footer-nav li a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
}



.footer-nav li a:hover {
	color: #fff;
}



.footer-nav li.active a {
	color: #fff;
}



.social-networks {
	letter-spacing: 0;
	font-size: 0;
	line-height: 0;
	text-align: right;
	line-height: 0;
	margin: 0 0 0 -8px;
}



.social-networks li {
	display: inline-block;
	vertical-align: top;
	left: 0;
	font-size: 25px;
	margin: 0 0 5px 8px;
}



.social-networks a {
	color: #fff;
	opacity: .5;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



.social-networks a:hover {
	opacity: 1;
}



@media (max-width: 1199px) {
	#nav {
		display: none;
	}



	.footer-nav {
		display: none;
	}
}

#YJ2 .col-3-element
{
    
    border-bottom: 1px solid #e0e0e0;
}

